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 voidFeatureTableCSVGenerator.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 CSVWriterCreates 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 voidAnnotationAggregateCSVGenerator.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 TypeMethodDescriptionvoidCombineCSV.afterAllJobsAreExecuted(CSVWriter writer, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.io.bean.task with type arguments of type CSVWriterModifier and TypeMethodDescriptionvoidCombineCSV.doJobOnInput(InputBound<FileInput, CSVWriter> parameters)