Uses of Class
org.anchoranalysis.feature.store.NamedFeatureStore
Packages that use NamedFeatureStore
Package
Description
Writes feature-calculation results in different formats, also grouped results.
Various different outputs that can be written for the a grouped version of the results in
LabelledResultsCollector
.A collection of named-
Feature
s.Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations.Features from combinations of
ObjectMask
s.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of NamedFeatureStore in org.anchoranalysis.feature.io.results
Method parameters in org.anchoranalysis.feature.io.results with type arguments of type NamedFeatureStoreModifier and TypeMethodDescriptionvoid
LabelledResultsCollector.flushAndClose
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<InputOutputContext, FeatureCSVWriterFactory> csvWriterCreator, FeatureOutputMetadata outputMetadata, InputOutputContext context) Writes any queued (but not yet written elements to the file-system), and closes open file-handles. -
Uses of NamedFeatureStore in org.anchoranalysis.feature.io.results.group
Method parameters in org.anchoranalysis.feature.io.results.group with type arguments of type NamedFeatureStoreModifier and TypeMethodDescriptionvoid
GroupedResults.writeGroupResults
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, FeatureOutputMetadata outputMetadata, FeatureCSVWriterFactory createAggregatedCSVWriter, InputOutputContextSubdirectoryCache contextGroups) Writes outputs for groups that have been previously added withGroupedResults.addResultsFor(org.anchoranalysis.feature.io.results.LabelledResultsVector)
. -
Uses of NamedFeatureStore in org.anchoranalysis.feature.store
Methods in org.anchoranalysis.feature.store that return NamedFeatureStoreModifier and TypeMethodDescription<T extends FeatureInput>
NamedFeatureStore<T> NamedFeatureStoreFactory.createNamedFeatureList
(List<NamedBean<FeatureListProvider<T>>> namedFeatures) Create aNamedFeatureStore
from a list of beans.NamedFeatureStore.duplicate()
Deep-copies the store, including duplicating each feature. -
Uses of NamedFeatureStore in org.anchoranalysis.image.feature.calculator
Constructors in org.anchoranalysis.image.feature.calculator with parameters of type NamedFeatureStoreModifierConstructorDescriptionSingleTableCalculator
(NamedFeatureStore<FeatureInputSingleObject> namedFeatureStore) Creates a newSingleTableCalculator
instance. -
Uses of NamedFeatureStore in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type NamedFeatureStoreModifier and TypeMethodDescriptionEachObjectIndependently.createFeatures
(NamedFeatureStore<FeatureInputSingleObject> features) Creates aFeatureTableCalculator
from aNamedFeatureStore
. -
Uses of NamedFeatureStore in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature with parameters of type NamedFeatureStoreModifier and TypeMethodDescriptionstatic <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
.Method parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type NamedFeatureStoreModifier and TypeMethodDescriptionvoid
FeatureExporter.closeAndWriteOutputs
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<InputOutputContext, FeatureCSVWriterFactory> csvWriterCreator, InputOutputContext context) Writes all the results that have been collected as a CSV file, and closes open I/O handles and memory structures.void
FeatureResultsAndThumbnails.writeGroupedResults
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<InputOutputContext, FeatureCSVWriterFactory> csvWriterCreator, InputOutputContext context) Writes all the results that have been collected as a CSV file.