Uses of Class
org.anchoranalysis.plugin.image.task.feature.FeatureExporter
| 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. |
-
Uses of FeatureExporter in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return FeatureExporter Modifier and Type Method Description FeatureExporter<S>ExportFeatures. beforeAnyJobIsExecuted(org.anchoranalysis.io.output.outputter.Outputter outputter, org.anchoranalysis.inference.concurrency.ConcurrencyPlan concurrencyPlan, List<T> inputs, org.anchoranalysis.experiment.task.ParametersExperiment parameters)Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type FeatureExporter Modifier and Type Method Description voidExportFeatures. afterAllJobsAreExecuted(FeatureExporter<S> sharedState, org.anchoranalysis.io.output.outputter.InputOutputContext context)Method parameters in org.anchoranalysis.plugin.image.task.bean.feature with type arguments of type FeatureExporter Modifier and Type Method Description voidExportFeatures. doJobOnInput(org.anchoranalysis.experiment.task.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 FeatureExporter 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 FeatureExporter in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return FeatureExporter 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.