Uses of Interface
org.anchoranalysis.feature.io.csv.results.FeatureCSVWriterFactory
Packages that use FeatureCSVWriterFactory
Package
Description
Writing the results from feature-calculation to a CSV file.
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
.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of FeatureCSVWriterFactory in org.anchoranalysis.feature.io.csv.results
Methods in org.anchoranalysis.feature.io.csv.results with parameters of type FeatureCSVWriterFactoryModifier and TypeMethodDescriptionstatic LabelledResultsCSVWriter
LabelledResultsCSVWriterFactory.create
(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding, boolean removeNaNColumns) Creates with appropriate support classes for outputting.Constructors in org.anchoranalysis.feature.io.csv.results with parameters of type FeatureCSVWriterFactoryModifierConstructorDescriptionprotected
LabelledResultsCSVWriter
(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) Creates a newLabelledResultsCSVWriter
instance. -
Uses of FeatureCSVWriterFactory in org.anchoranalysis.feature.io.results
Method parameters in org.anchoranalysis.feature.io.results with type arguments of type FeatureCSVWriterFactoryModifier 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 FeatureCSVWriterFactory in org.anchoranalysis.feature.io.results.group
Methods in org.anchoranalysis.feature.io.results.group with parameters of type FeatureCSVWriterFactoryModifier 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 FeatureCSVWriterFactory in org.anchoranalysis.plugin.image.task.feature
Method parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type FeatureCSVWriterFactoryModifier 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.