ChannelStatsOutput#

class dataeval.metrics.stats.ChannelStatsOutput(pixelstats: PixelStatsOutput, visualstats: VisualStatsOutput)#

Output class for channelstats() stats metric

This class represents the outputs of various per-channel stats functions against a single dataset, such that each index across all stat outputs are representative of the same source image. Modifying or mixing outputs will result in inaccurate outlier calculations if not created correctly.

pixelstats#
Type:

PixelStatsOutput

visualstats#
Type:

VisualStatsOutput