Uses of Class
org.anchoranalysis.io.generator.tabular.CSVWriter
Packages that use CSVWriter
Package
Description
Metadata for writing feature calculation-results in CSV format.
A
Generator
for writing a table of feature values as a
CSV.Generators for writing tabular data, including CSV.
Beans to combine two or more annotations.
Implementations of
Task
related to file-system
I/O.-
Uses of CSVWriter in org.anchoranalysis.feature.io.csv
Constructors in org.anchoranalysis.feature.io.csv with parameters of type CSVWriterModifierConstructorDescriptionFeatureCSVWriter
(CSVWriter writer, boolean visuallyShortenedDecimals) Creates for aCSVWriter
. -
Uses of CSVWriter in org.anchoranalysis.feature.io.csv.table
Methods in org.anchoranalysis.feature.io.csv.table with parameters of type CSVWriterModifier and TypeMethodDescriptionprotected abstract void
FeatureTableCSVGenerator.writeFeaturesToCSV
(CSVWriter writer, T allFeatureResults, List<String> headerNames) Writes the features to the CSV-file. -
Uses of CSVWriter in org.anchoranalysis.io.generator.tabular
Methods in org.anchoranalysis.io.generator.tabular that return CSVWriterModifier and TypeMethodDescriptionstatic CSVWriter
Creates and starts a CSVWriter (it's always allowed, so will never return null)Methods in org.anchoranalysis.io.generator.tabular that return types with arguments of type CSVWriterModifier and TypeMethodDescriptionCSVWriter.createFromOutputter
(String outputName, OutputterChecked outputter) Creates and starts a CSVWriter if it's allowed, otherwise returnsOptional.empty()
.CSVWriter.createFromOutputterWithHeaders
(String outputName, OutputterChecked outputter, Supplier<List<String>> headerNames, ErrorReporter errorReporter) LikecreateFromOutputter(String, OutputterChecked)
but suppresses any exceptions into an error log - and writes headers. -
Uses of CSVWriter in org.anchoranalysis.plugin.annotation.bean.aggregate
Methods in org.anchoranalysis.plugin.annotation.bean.aggregate with parameters of type CSVWriterModifier and TypeMethodDescriptionprotected void
AnnotationAggregateCSVGenerator.writeFeaturesToCSV
(CSVWriter writer, List<ImageAnnotation> allFeatureResults, List<String> headerNames) -
Uses of CSVWriter in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that return CSVWriterModifier and TypeMethodDescriptionCombineCSV.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileInput> inputs, ParametersExperiment parameters) Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type CSVWriterModifier and TypeMethodDescriptionvoid
CombineCSV.afterAllJobsAreExecuted
(CSVWriter writer, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.io.bean.task with type arguments of type CSVWriterModifier and TypeMethodDescriptionvoid
CombineCSV.doJobOnInput
(InputBound<FileInput, CSVWriter> parameters)