Uses of Class
org.anchoranalysis.plugin.image.task.feature.FeatureExporterContext
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.feature |
Tasks pertaining to
Features. |
| org.anchoranalysis.plugin.image.task.bean.feature.source |
Source of rows in feature-tables with
FeatureSource and derived classes. |
| org.anchoranalysis.plugin.image.task.feature |
Non-bean classes pertaining to
Features as used in tasks. |
| org.anchoranalysis.plugin.image.task.segment |
Non-bean classes for image-segmentation.
|
-
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return FeatureExporterContext Modifier and Type Method Description FeatureExporterContextExportFeaturesStyle. deriveContext(org.anchoranalysis.io.output.outputter.InputOutputContext context)Derives aFeatureExporterContextfrom the current style and given context. -
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type FeatureExporterContext Modifier and Type Method Description abstract FeatureExporter<S>FeatureSource. createExporter(org.anchoranalysis.feature.io.csv.metadata.LabelHeaders metadataHeaders, List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.feature.bean.list.FeatureListProvider<U>>> features, org.anchoranalysis.feature.io.results.FeatureOutputNames outputNames, Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, FeatureExporterContext context)Creates theFeatureExporterto be used for calculating and exporting feature-results.FeatureExporter<org.anchoranalysis.feature.bean.list.FeatureList<S>>SingleRowPerInput. createExporter(org.anchoranalysis.feature.io.csv.metadata.LabelHeaders metadataHeaders, List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.feature.bean.list.FeatureListProvider<S>>> features, org.anchoranalysis.feature.io.results.FeatureOutputNames outputNames, Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, FeatureExporterContext context) -
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureExporterContext Modifier and Type Method Description static <T extends org.anchoranalysis.feature.input.FeatureInput>
FeatureExporter<org.anchoranalysis.feature.bean.list.FeatureList<T>>FeatureExporter. create(List<org.anchoranalysis.bean.NamedBean<org.anchoranalysis.feature.bean.list.FeatureListProvider<T>>> features, org.anchoranalysis.feature.io.csv.metadata.LabelHeaders metadataHeaders, org.anchoranalysis.feature.io.results.FeatureOutputNames outputNames, Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, FeatureExporterContext context)Alternative static constructor that creates a shared-state from a list of namedFeatureListProviders.static <T extends org.anchoranalysis.feature.input.FeatureInput>
FeatureExporter<org.anchoranalysis.image.feature.calculator.FeatureTableCalculator<T>>FeatureExporter. create(org.anchoranalysis.feature.io.results.FeatureOutputNames outputNames, org.anchoranalysis.image.feature.calculator.FeatureTableCalculator<T> features, org.anchoranalysis.feature.io.csv.metadata.LabelHeaders identifierHeaders, Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, FeatureExporterContext context)Alternative static constructor that creates a shared-state from aNamedFeatureStore.static <T extends org.anchoranalysis.feature.input.FeatureInput>
FeatureExporter<org.anchoranalysis.feature.bean.list.FeatureList<T>>FeatureExporter. create(org.anchoranalysis.feature.store.NamedFeatureStore<T> featureStore, org.anchoranalysis.feature.io.csv.metadata.LabelHeaders metadataHeaders, org.anchoranalysis.feature.io.results.FeatureOutputNames outputNames, Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, FeatureExporterContext context)Alternative static constructor that creates a shared-state from aNamedFeatureStore.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureExporterContext Constructor Description FeatureExporter(org.anchoranalysis.feature.io.results.FeatureOutputMetadata outputMetadata, Supplier<S> featureSource, Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, FeatureExporterContext context)Creates the shared state.FeatureResultsAndThumbnails(org.anchoranalysis.feature.io.results.FeatureOutputMetadata outputMetadata, FeatureExporterContext context)Creates a newFeatureResultsAndThumbnails. -
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.segment
Constructors in org.anchoranalysis.plugin.image.task.segment with parameters of type FeatureExporterContext Constructor Description SharedStateSegmentInstance(org.anchoranalysis.inference.concurrency.ConcurrentModelPool<T> modelPool, org.anchoranalysis.image.feature.calculator.FeatureTableCalculator<org.anchoranalysis.image.feature.input.FeatureInputSingleObject> featureTable, org.anchoranalysis.feature.io.csv.metadata.LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context)Creates a new instance of SharedStateSegmentInstance.