Uses of Class
org.anchoranalysis.feature.io.csv.metadata.FeatureCSVMetadataForOutput
| Package | Description |
|---|---|
| org.anchoranalysis.feature.io.csv.results |
Writing the results from feature-calculation to a CSV file.
|
| org.anchoranalysis.feature.io.results |
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 FeatureCSVMetadataForOutput Modifier and Type Field Description protected FeatureCSVMetadataForOutputLabelledResultsCSVWriter. outputMetadataMetadata defining which CSV file to write to, and which headers.Methods in org.anchoranalysis.feature.io.csv.results with parameters of type FeatureCSVMetadataForOutput Modifier and Type Method Description static LabelledResultsCSVWriterLabelledResultsCSVWriterFactory. 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 FeatureCSVMetadataForOutput Constructor Description LabelledResultsCSVWriter(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) -
Uses of FeatureCSVMetadataForOutput in org.anchoranalysis.feature.io.results
Methods in org.anchoranalysis.feature.io.results that return FeatureCSVMetadataForOutput Modifier and Type Method Description FeatureCSVMetadataForOutputFeatureOutputMetadata. csvNonAggregated()Specific metadata for writing a non-aggregated CSV file.Methods in org.anchoranalysis.feature.io.results that return types with arguments of type FeatureCSVMetadataForOutput Modifier and Type Method Description Optional<FeatureCSVMetadataForOutput>FeatureOutputMetadata. csvAggregated(FeatureNameList featureNamesAggregated)Specific metadata for writing an aggregated CSV file.