Uses of Interface
org.anchoranalysis.io.input.grouper.InputGrouper
Packages that use InputGrouper
Package
Description
Determines how inputs are aggregated into groups, if at all.
Source of rows in feature-tables with
FeatureSource and derived classes.Non-bean classes pertaining to
Features as used in tasks.Non-bean classes about grouping channels or other inputs.
Implementations of
Grouper.-
Uses of InputGrouper in org.anchoranalysis.io.input.bean.grouper
Methods in org.anchoranalysis.io.input.bean.grouper that return types with arguments of type InputGrouperModifier and TypeMethodDescriptionFromDerivePath.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouperthat can be used to derive a group-key from a particular input.abstract Optional<InputGrouper> Grouper.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) Creates anInputGrouperthat can be used to derive a group-key from a particular input.WithoutGrouping.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange) -
Uses of InputGrouper in org.anchoranalysis.plugin.image.task.bean.feature.source
Method parameters in org.anchoranalysis.plugin.image.task.bean.feature.source with type arguments of type InputGrouperModifier and TypeMethodDescriptionabstract FeatureExporter<S> FeatureSource.createExporter(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<U>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Creates theFeatureExporterto be used for calculating and exporting feature-results.SingleRowPerInput.createExporter(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<S>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) -
Uses of InputGrouper in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return types with arguments of type InputGrouperModifier and TypeMethodDescriptionFeatureExporter.getGrouper()When defined, assigns each input to a group.Method parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type InputGrouperModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureExporter<FeatureList<T>> FeatureExporter.create(List<NamedBean<FeatureListProvider<T>>> features, LabelHeaders metadataHeaders, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from a list of namedFeatureListProviders.static <T extends FeatureInput>
FeatureExporter<FeatureTableCalculator<T>> FeatureExporter.create(FeatureOutputNames outputNames, FeatureTableCalculator<T> features, LabelHeaders identifierHeaders, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from aNamedFeatureStore.static <T extends FeatureInput>
FeatureExporter<FeatureList<T>> FeatureExporter.create(NamedFeatureStore<T> featureStore, LabelHeaders metadataHeaders, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from aNamedFeatureStore.Constructor parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type InputGrouperModifierConstructorDescriptionFeatureExporter(FeatureOutputMetadata outputMetadata, Supplier<S> featureSource, Optional<InputGrouper> grouper, FeatureExporterContext context) Creates the shared state. -
Uses of InputGrouper in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped that return types with arguments of type InputGrouperConstructor parameters in org.anchoranalysis.plugin.image.task.grouped with type arguments of type InputGrouperModifierConstructorDescriptionGroupedSharedState(Optional<InputGrouper> grouper, Function<ConsistentChannelChecker, GroupMapByName<S, T>> createGroupMap) Creates a newGroupedSharedStateinstance. -
Uses of InputGrouper in org.anchoranalysis.plugin.io.bean.grouper
Methods in org.anchoranalysis.plugin.io.bean.grouper that return types with arguments of type InputGrouperModifier and TypeMethodDescriptionIfGroupIndexRange.createInputGrouper(Optional<IndexRangeNegative> groupIndexRange)