dataeval.metrics.stats.LabelStatsOutput¶
- class dataeval.metrics.stats.LabelStatsOutput¶
Output class for
labelstats()stats metric.- label_counts_per_class¶
Dictionary whose keys are the different label classes and values are total counts of each class
- Type:¶
dict[str | int, int]
- image_counts_per_label¶
Dictionary whose keys are the different label classes and values are total counts of each image the class is present in
- Type:¶
dict[str | int, int]