Uses of Class
org.anchoranalysis.io.output.outputter.InputOutputContextSubdirectoryCache
Packages that use InputOutputContextSubdirectoryCache
Package
Description
Various different outputs that can be written for the a grouped version of the results in
LabelledResultsCollector
.-
Uses of InputOutputContextSubdirectoryCache in org.anchoranalysis.feature.io.results.group
Methods in org.anchoranalysis.feature.io.results.group with parameters of type InputOutputContextSubdirectoryCacheModifier and TypeMethodDescriptionvoid
GroupedResults.writeGroupResults
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, FeatureOutputMetadata outputMetadata, FeatureCSVWriterFactory createAggregatedCSVWriter, InputOutputContextSubdirectoryCache contextGroups) Writes outputs for groups that have been previously added withGroupedResults.addResultsFor(org.anchoranalysis.feature.io.results.LabelledResultsVector)
.