Uses of Class
org.anchoranalysis.math.arithmetic.RunningSum
Packages that use RunningSum
Package
Description
Non-bean classes related to a
Task.How long particular operations take to execute.
An image with only two permissible states.
Performing primitive type conversion, counting and summing.
-
Uses of RunningSum in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return RunningSumModifier and TypeMethodDescriptionTaskStatistics.executionTimeTotal()Execution-time of all jobs in milliseconds, ignoring any parallelism.Constructors in org.anchoranalysis.experiment.task with parameters of type RunningSumModifierConstructorDescriptionTaskStatistics(long numberTotalScheduledJobs, RunningSum success, RunningSum failed) Creates a newTaskStatisticsinstance. -
Uses of RunningSum in org.anchoranalysis.experiment.time
Methods in org.anchoranalysis.experiment.time that return RunningSumMethods in org.anchoranalysis.experiment.time with parameters of type RunningSumModifier and TypeMethodDescriptionstatic StringDescribeExecutionTimeStatistics.describeExecutionTimes(RunningSum taskTotal, RecordedExecutionTimes operations, long executionTimeTotal) Describes how long operations took to complete en aggregate with related-statistics. -
Uses of RunningSum in org.anchoranalysis.image.core.mask
Methods in org.anchoranalysis.image.core.mask that return RunningSumModifier and TypeMethodDescriptionstatic RunningSumIterateVoxelsMask.calculateRunningSum(Mask mask, Voxels<UnsignedByteBuffer> voxelsIntensity) Calculates the sum and count across voxels intensity that correspond to on voxels on a mask -
Uses of RunningSum in org.anchoranalysis.math.arithmetic
Methods in org.anchoranalysis.math.arithmetic that return RunningSumModifier and TypeMethodDescriptionRunningSum.duplicate()Deep-copy.RunningSumCollection.get(int index) An individual item in the collection.Methods in org.anchoranalysis.math.arithmetic with parameters of type RunningSumModifier and TypeMethodDescriptionvoidRunningSum.add(RunningSum toAdd) Adds the values of anotherRunningSumto the current values.voidRunningSum.increment(RunningSum runningSum) Increments (adds) an existingRunningSumto the current.