Uses of Interface
org.anchoranalysis.feature.io.csv.results.FeatureCSVWriterFactory
| 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.
|
| org.anchoranalysis.feature.io.results.group |
Various different outputs that can be written for the a grouped version of the results in
LabelledResultsCollector. |
-
Uses of FeatureCSVWriterFactory in org.anchoranalysis.feature.io.csv.results
Methods in org.anchoranalysis.feature.io.csv.results with parameters of type FeatureCSVWriterFactory 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 FeatureCSVWriterFactory Constructor Description LabelledResultsCSVWriter(FeatureCSVMetadataForOutput outputMetadata, FeatureCSVWriterFactory writerCreator, Optional<Consumer<LabelledResultsVector>> consumeAfterAdding) -
Uses of FeatureCSVWriterFactory in org.anchoranalysis.feature.io.results
Method parameters in org.anchoranalysis.feature.io.results with type arguments of type FeatureCSVWriterFactory Modifier and Type Method Description voidLabelledResultsCollector. flushAndClose(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<org.anchoranalysis.io.output.outputter.InputOutputContext,FeatureCSVWriterFactory> csvWriterCreator, FeatureOutputMetadata outputMetadata, org.anchoranalysis.io.output.outputter.InputOutputContext context)Writes any queued (but not yet written elements to the file-system), and closes open file-handles. -
Uses of FeatureCSVWriterFactory in org.anchoranalysis.feature.io.results.group
Methods in org.anchoranalysis.feature.io.results.group with parameters of type FeatureCSVWriterFactory Modifier and Type Method Description voidGroupedResults. writeGroupResults(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, FeatureOutputMetadata outputMetadata, FeatureCSVWriterFactory createAggregatedCSVWriter, org.anchoranalysis.io.output.outputter.InputOutputContextSubdirectoryCache contextGroups)Writes outputs for groups that have been previously added withGroupedResults.addResultsFor(org.anchoranalysis.feature.io.results.LabelledResultsVector).