Uses of Class
org.anchoranalysis.annotation.io.comparer.StatisticsToExport
Packages that use StatisticsToExport
Package
Description
A pairing of objects from two collections (bipartite matching).
Non-bean classes involving comparing results and annotations.
Task to compare a set of annotations to a segmentation or another set of annotations.
Utility classes for counting images incrementally.
-
Uses of StatisticsToExport in org.anchoranalysis.annotation.io.assignment
Methods in org.anchoranalysis.annotation.io.assignment that return StatisticsToExportModifier and TypeMethodDescriptionAssignment.statistics()
The statistics associated with the assignment.ObjectVoxelIntersection.statistics()
OverlappingObjects.statistics()
-
Uses of StatisticsToExport in org.anchoranalysis.annotation.io.comparer
Methods in org.anchoranalysis.annotation.io.comparer with parameters of type StatisticsToExportModifier and TypeMethodDescriptionvoid
StatisticsToExport.append
(StatisticsToExport toAppend) Appends the names and values from anotherAnnotationComparison
to the existing. -
Uses of StatisticsToExport in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return types with arguments of type StatisticsToExportModifier and TypeMethodDescriptionComparisonSharedState.statisticsForAllGroups()
Retrieves statistics for all groups. -
Uses of StatisticsToExport in org.anchoranalysis.plugin.annotation.counter
Methods in org.anchoranalysis.plugin.annotation.counter that return StatisticsToExportModifier and TypeMethodDescriptionImageCounterWithStatistics.comparison()
Creates statistics from counted images and the payloadT
passed for annotated images.