dataeval.metrics.stats.DatasetStatsOutput ========================================= .. py:class:: dataeval.metrics.stats.DatasetStatsOutput Output class for :func:`datasetstats` stats metric This class represents the outputs of various 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. .. attribute:: dimensionstats :type: DimensionStatsOutput .. attribute:: pixelstats :type: PixelStatsOutput .. attribute:: visualstats :type: VisualStatsOutput .. attribute:: labelstats :type: LabelStatsOutput or None