Uses of Class
org.anchoranalysis.feature.io.csv.metadata.LabelHeaders
Packages that use LabelHeaders
Package
Description
Writes feature-calculation results in different formats, also grouped results.
Source of rows in feature-tables with
FeatureSource
and derived classes.Non-bean classes pertaining to
Feature
s as used in tasks.Non-bean classes for image-segmentation.
-
Uses of LabelHeaders in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results that return LabelHeadersConstructors in org.anchoranalysis.feature.io.results with parameters of type LabelHeadersModifierConstructorDescriptionFeatureOutputMetadata
(LabelHeaders labelHeaders, FeatureNameList featureNamesNonAggregated, FeatureOutputNames outputNames) Creates a newFeatureOutputMetadata
instance. -
Uses of LabelHeaders in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that return LabelHeadersModifier and TypeMethodDescriptionabstract LabelHeaders
FeatureSource.headers
(boolean groupsEnabled) Generates label-headers for the non-feature-result columns in the CSV.SingleRowPerInput.headers
(boolean groupsEnabled) Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type LabelHeadersModifier 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 LabelHeaders in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return LabelHeadersModifier and TypeMethodDescriptionstatic LabelHeaders
LabelHeadersForCSV.createHeaders
(String[] nonGroupHeaders, Optional<String> additionalGroupHeader, boolean groupsEnabled) Creates the label-headers (the headers for columns not associated with features).Methods in org.anchoranalysis.plugin.image.task.feature with parameters of type LabelHeadersModifier 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
. -
Uses of LabelHeaders in org.anchoranalysis.plugin.image.task.segment
Constructors in org.anchoranalysis.plugin.image.task.segment with parameters of type LabelHeadersModifierConstructorDescriptionSharedStateSegmentInstance
(ConcurrentModelPool<T> modelPool, FeatureTableCalculator<FeatureInputSingleObject> featureTable, LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context) Creates a new instance of SharedStateSegmentInstance.