Uses of Class
org.anchoranalysis.feature.input.FeatureInputResults
Packages that use FeatureInputResults
Package
Description
Defines base class
FeatureResults
together with
some implementations.Writes feature-calculation results in different formats, also grouped results.
Various different outputs that can be written for the a grouped version of the results in
LabelledResultsCollector
.Tasks pertaining to
Feature
s.Non-bean classes pertaining to
Feature
s as used in tasks.-
Uses of FeatureInputResults in org.anchoranalysis.feature.bean.results
Methods in org.anchoranalysis.feature.bean.results with parameters of type FeatureInputResultsModifier and TypeMethodDescriptiondouble
Count.calculate
(FeatureInputResults input) abstract double
FeatureResults.calculate
(FeatureInputResults input) Calculates the feature-result given aFeatureInputResults
.double
FeatureResultsStatistic.calculate
(FeatureInputResults input) Method parameters in org.anchoranalysis.feature.bean.results with type arguments of type FeatureInputResultsModifier and TypeMethodDescriptiondouble
FeatureResults.calculate
(FeatureCalculationInput<FeatureInputResults> input) -
Uses of FeatureInputResults in org.anchoranalysis.feature.io.results
Method parameters in org.anchoranalysis.feature.io.results with type arguments of type FeatureInputResultsModifier and TypeMethodDescriptionvoid
LabelledResultsCollector.flushAndClose
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<InputOutputContext, FeatureCSVWriterFactory> csvWriterCreator, FeatureOutputMetadata outputMetadata, InputOutputContext context) Writes any queued (but not yet written elements to the file-system), and closes open file-handles. -
Uses of FeatureInputResults in org.anchoranalysis.feature.io.results.group
Method parameters in org.anchoranalysis.feature.io.results.group with type arguments of type FeatureInputResultsModifier 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)
. -
Uses of FeatureInputResults in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return types with arguments of type FeatureInputResultsModifier and TypeMethodDescriptionExportFeatures.getFeaturesAggregate()
Features applied to each group to aggregate values (acceptingFeatureInputResults
).Method parameters in org.anchoranalysis.plugin.image.task.bean.feature with type arguments of type FeatureInputResultsModifier and TypeMethodDescriptionvoid
ExportFeatures.setFeaturesAggregate
(List<NamedBean<FeatureListProvider<FeatureInputResults>>> featuresAggregate) Features applied to each group to aggregate values (acceptingFeatureInputResults
). -
Uses of FeatureInputResults in org.anchoranalysis.plugin.image.task.feature
Method parameters in org.anchoranalysis.plugin.image.task.feature with type arguments of type FeatureInputResultsModifier and TypeMethodDescriptionvoid
FeatureExporter.closeAndWriteOutputs
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<InputOutputContext, FeatureCSVWriterFactory> csvWriterCreator, InputOutputContext context) Writes all the results that have been collected as a CSV file, and closes open I/O handles and memory structures.void
FeatureResultsAndThumbnails.writeGroupedResults
(Optional<NamedFeatureStore<FeatureInputResults>> featuresAggregate, boolean includeGroups, Function<InputOutputContext, FeatureCSVWriterFactory> csvWriterCreator, InputOutputContext context) Writes all the results that have been collected as a CSV file.