Uses of Class
org.anchoranalysis.feature.io.csv.FeatureCSVWriter
Packages that use FeatureCSVWriter
Package
Description
Metadata for writing feature calculation-results in CSV format.
Writing the results from feature-calculation to a CSV file.
Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of FeatureCSVWriter in org.anchoranalysis.feature.io.csv
Methods in org.anchoranalysis.feature.io.csv that return types with arguments of type FeatureCSVWriterModifier and TypeMethodDescriptionstatic Optional
<FeatureCSVWriter> FeatureCSVWriter.create
(FeatureCSVMetadata metadata, Outputter outputter, boolean visuallyShortenedDecimals) Maybe creates aFeatureCSVWriter
depending if the output is allowed. -
Uses of FeatureCSVWriter in org.anchoranalysis.feature.io.csv.results
Methods in org.anchoranalysis.feature.io.csv.results that return types with arguments of type FeatureCSVWriterModifier and TypeMethodDescriptionFeatureCSVWriterFactory.create
(FeatureCSVMetadata metadata) Maybe creates aFeatureCSVWriter
corresponding to particular metadata.protected Optional
<FeatureCSVWriter> LabelledResultsCSVWriter.createWriter
(FeatureCSVMetadata csvMetadata) Creates aCSVWriter
. -
Uses of FeatureCSVWriter in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return types with arguments of type FeatureCSVWriterModifier and TypeMethodDescriptionFeatureExporterContext.csvWriter
(FeatureCSVMetadata metadata) Creates aFeatureCSVWriter
for the non-aggregated results.