Uses of Class
org.anchoranalysis.feature.io.results.FeatureOutputNames
Packages that use FeatureOutputNames
Package
Description
Writes feature-calculation results in different formats, also grouped results.
Tasks pertaining to
Feature
s.Source of rows in feature-tables with
FeatureSource
and derived classes.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of FeatureOutputNames in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results that return FeatureOutputNamesModifier and TypeMethodDescriptionFeatureOutputMetadata.outputNames()
Names for any outputs produced byLabelledResultsCollector
.Constructors in org.anchoranalysis.feature.io.results with parameters of type FeatureOutputNamesModifierConstructorDescriptionFeatureOutputMetadata
(LabelHeaders labelHeaders, FeatureNameList featureNamesNonAggregated, FeatureOutputNames outputNames) Creates a newFeatureOutputMetadata
instance. -
Uses of FeatureOutputNames in org.anchoranalysis.plugin.image.task.bean.feature
Fields in org.anchoranalysis.plugin.image.task.bean.feature declared as FeatureOutputNamesModifier and TypeFieldDescriptionstatic final FeatureOutputNames
ExportFeatures.OUTPUT_NAMES
Default names for various outputs from the task. -
Uses of FeatureOutputNames in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type FeatureOutputNamesModifier and TypeMethodDescriptionabstract FeatureExporter
<S> FeatureSource.createExporter
(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<U>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Creates theFeatureExporter
to 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 FeatureOutputNames in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureOutputNamesModifier 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 namedFeatureListProvider
s.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
.