Uses of Class
org.anchoranalysis.plugin.image.task.feature.FeatureExporter
Packages that use FeatureExporter
Package
Description
Tasks pertaining to
Features.Source of rows in feature-tables with
FeatureSource and derived classes.Non-bean classes pertaining to
Features as used in tasks.-
Uses of FeatureExporter in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return FeatureExporterModifier and TypeMethodDescriptionExportFeatures.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<T> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type FeatureExporterModifier and TypeMethodDescriptionvoidExportFeatures.afterAllJobsAreExecuted(FeatureExporter<S> sharedState, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.image.task.bean.feature with type arguments of type FeatureExporterModifier and TypeMethodDescriptionvoidExportFeatures.doJobOnInput(InputBound<T, FeatureExporter<S>> input) -
Uses of FeatureExporter in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that return FeatureExporterModifier 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 FeatureExporter in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return FeatureExporterModifier 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.