Uses of Class
org.anchoranalysis.feature.io.csv.metadata.FeatureCSVMetadataForOutput
Packages that use FeatureCSVMetadataForOutput
Package
Description
Writing the results from feature-calculation to a CSV file.
Writes feature-calculation results in different formats, also grouped results.
-
Uses of FeatureCSVMetadataForOutput in org.anchoranalysis.feature.io.csv.results
Fields in org.anchoranalysis.feature.io.csv.results declared as FeatureCSVMetadataForOutputModifier and TypeFieldDescriptionprotected final FeatureCSVMetadataForOutput
LabelledResultsCSVWriter.outputMetadata
Metadata defining which CSV file to write to, and which headers.Methods in org.anchoranalysis.feature.io.csv.results with parameters of type FeatureCSVMetadataForOutputModifier 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 FeatureCSVMetadataForOutputModifierConstructorDescriptionprotected
LabelledResultsCSVWriter
(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) Creates a newLabelledResultsCSVWriter
instance. -
Uses of FeatureCSVMetadataForOutput in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results that return FeatureCSVMetadataForOutputModifier and TypeMethodDescriptionFeatureOutputMetadata.csvNonAggregated()
Specific metadata for writing a non-aggregated CSV file.Methods in org.anchoranalysis.feature.io.results that return types with arguments of type FeatureCSVMetadataForOutputModifier and TypeMethodDescriptionFeatureOutputMetadata.csvAggregated
(FeatureNameList featureNamesAggregated) Specific metadata for writing an aggregated CSV file.