Uses of Class
org.anchoranalysis.experiment.task.ParametersExperiment
Packages that use ParametersExperiment
Package
Description
Generic experiments that handle input and output in structured ways.
How a task is executed on multiple inputs.
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-bean classes related to a
Task
.Beans to combine two or more annotations.
Task to compare a set of annotations to a segmentation or another set of annotations.
Combining multiple images together into a single image.
Tasks pertaining to
Feature
s.Tasks for converting image-formats.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Associating labels with images.
Tasks to scale an image.
Tasks to segment an image.
Tasks that process on one or more slices from a z-stack.
Implementations of
Task
related to file-system
I/O.Converting from
NamedChannelsInput
to the
input-type expected by a Task
.-
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io with parameters of type ParametersExperimentModifier and TypeMethodDescriptionprotected Optional
<TaskStatistics> InputOutputExperiment.executeExperimentWithParameters
(ParametersExperiment parameters) protected abstract Optional
<TaskStatistics> OutputExperiment.executeExperimentWithParameters
(ParametersExperiment parameters) Executes the experiment for parameters. -
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.processor
Methods in org.anchoranalysis.experiment.bean.processor with parameters of type ParametersExperimentModifier and TypeMethodDescriptionprotected TaskStatistics
DebugDependentProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) protected abstract TaskStatistics
JobProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the task on allinputs
.protected TaskStatistics
ParallelProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) protected TaskStatistics
SequentialProcessor.execute
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) JobProcessor.executeLogStatistics
(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment) Executes the task on allinputs
and logs statistics about this to the file-systen. -
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task with parameters of type ParametersExperimentModifier and TypeMethodDescriptionabstract S
Task.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Called once before all calls toTask.executeJob(org.anchoranalysis.experiment.task.ParametersUnbound<T, S>)
.final NoSharedState
TaskWithoutSharedState.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return ParametersExperimentConstructors in org.anchoranalysis.experiment.task with parameters of type ParametersExperimentModifierConstructorDescriptionParametersUnbound
(ParametersExperiment parametersExperiment, T input, S sharedState, boolean suppressExceptions) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.annotation.bean.aggregate
Methods in org.anchoranalysis.plugin.annotation.bean.aggregate with parameters of type ParametersExperimentModifier and TypeMethodDescriptionAggregateSharedState
AggregateAnnotations.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<AnnotationWithStrategy<S>> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type ParametersExperimentModifier and TypeMethodDescriptionCompareAnnotations.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<AnnotationComparisonInput<ProvidesStackInput>> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ParametersExperimentModifier and TypeMethodDescriptionMontage.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type ParametersExperimentModifier and TypeMethodDescriptionExportFeatures.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type ParametersExperimentModifier and TypeMethodDescriptionConvertImageFormat.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type ParametersExperimentModifier and TypeMethodDescriptionGroupedStackBase.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type ParametersExperimentModifier and TypeMethodDescriptionImageAssignLabel.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type ParametersExperimentModifier and TypeMethodDescriptionScaleImageCommonSize.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) ScaleImageIndependently.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type ParametersExperimentModifier and TypeMethodDescriptionSegmentInstanceWithModel.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan plan, List<StackSequenceInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice with parameters of type ParametersExperimentModifier and TypeMethodDescriptionExtractSlice.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<NamedChannelsInput> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type ParametersExperimentModifier and TypeMethodDescriptionCombineCSV.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileInput> inputs, ParametersExperiment parameters) CopyFiles.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileWithDirectoryInput> inputs, ParametersExperiment parameters) SummarizeBase.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) -
Uses of ParametersExperiment in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type ParametersExperimentModifier and TypeMethodDescriptionConvertNamedChannels.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters)