Uses of Class
org.anchoranalysis.io.input.bean.grouper.Grouper
Packages that use Grouper
Package
Description
Determines how inputs are aggregated into groups, if at all.
Tasks pertaining to
Feature
s.Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Implementations of
Grouper
.-
Uses of Grouper in org.anchoranalysis.io.input.bean.grouper
Subclasses of Grouper in org.anchoranalysis.io.input.bean.grouperModifier and TypeClassDescriptionclass
Derives the grouping-key via a call toDerivePath
.class
Avoids grouping of inputs, effectively processing all inputs as one large group. -
Uses of Grouper in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return GrouperModifier and TypeMethodDescriptionExportFeatures.getGroup()
Includes an additional group column in CSVs, and creates group-specific feature files.Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type Grouper -
Uses of Grouper in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return GrouperModifier and TypeMethodDescriptionGroupedStackBase.getGroup()
How to partition the inputs into groups.Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type Grouper -
Uses of Grouper in org.anchoranalysis.plugin.io.bean.grouper
Subclasses of Grouper in org.anchoranalysis.plugin.io.bean.grouperModifier and TypeClassDescriptionclass
When aIndexRangeNegative
is passed as an argument, anInputGrouper
is constructed that extracts elements from aPath
.class
Splits an identifier into elements by the directory separator, and removes the final element.Methods in org.anchoranalysis.plugin.io.bean.grouper that return GrouperModifier and TypeMethodDescriptionIfGroupIndexRange.getGroup()
Fallback to use when no group-index-range is specified.Methods in org.anchoranalysis.plugin.io.bean.grouper with parameters of type Grouper