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
Features.Non-bean classes pertaining to
Features 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 TypeMethodDescriptiondoubleCount.calculate(FeatureInputResults input) abstract doubleFeatureResults.calculate(FeatureInputResults input) Calculates the feature-result given aFeatureInputResults.doubleFeatureResultsStatistic.calculate(FeatureInputResults input) Method parameters in org.anchoranalysis.feature.bean.results with type arguments of type FeatureInputResultsModifier and TypeMethodDescriptiondoubleFeatureResults.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 TypeMethodDescriptionvoidLabelledResultsCollector.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 TypeMethodDescriptionvoidGroupedResults.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 TypeMethodDescriptionvoidExportFeatures.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 TypeMethodDescriptionvoidFeatureExporter.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.voidFeatureResultsAndThumbnails.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.