Uses of Class
org.anchoranalysis.experiment.task.ParametersExperiment
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.io |
Generic experiments that handle input and output in structured ways.
|
| org.anchoranalysis.experiment.bean.processor |
How a task is executed on multiple inputs.
|
| org.anchoranalysis.experiment.bean.task |
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
|
| org.anchoranalysis.experiment.task |
Non-bean classes related to a
Task. |
-
Uses of ParametersExperiment in org.anchoranalysis.experiment.bean.io
Methods in org.anchoranalysis.experiment.bean.io with parameters of type ParametersExperiment Modifier and Type Method Description protected 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 ParametersExperiment Modifier and Type Method Description protected TaskStatisticsDebugDependentProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)protected abstract TaskStatisticsJobProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)Executes the task on allinputs.protected TaskStatisticsParallelProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)protected TaskStatisticsSequentialProcessor. execute(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)TaskStatisticsJobProcessor. executeLogStatistics(Outputter rootOutputter, List<T> inputs, ParametersExperiment parametersExperiment)Executes the task on allinputsand 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 ParametersExperiment Modifier and Type Method Description abstract STask. beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters)Called once before all calls toTask.executeJob(org.anchoranalysis.experiment.task.ParametersUnbound<T, S>).NoSharedStateTaskWithoutSharedState. 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 ParametersExperiment Modifier and Type Method Description ParametersExperimentParametersUnbound. getParametersExperiment()Constructors in org.anchoranalysis.experiment.task with parameters of type ParametersExperiment Constructor Description ParametersUnbound(ParametersExperiment parametersExperiment, T input, S sharedState, boolean suppressExceptions)