dataeval.metrics.stats.PixelStatsOutput¶
- class dataeval.metrics.stats.PixelStatsOutput¶
Output class for
pixelstats()stats metric.- histogram¶
Histogram of the pixel values of the images across 256 bins scaled between 0 and 1
- Type:¶
NDArray[np.uint32]
-
get_channel_mask(channel_index, channel_count=
None)¶ Boolean mask for results filtered to specified channel index and optionally the count of the channels per image.
- property meta : ExecutionMetadata¶
Metadata about the execution of the function or method for the Output class.
- Return type:¶