dataeval.metrics.stats.VisualStatsOutput ======================================== .. py:class:: dataeval.metrics.stats.VisualStatsOutput Output class for :func:`visualstats` stats metric .. attribute:: brightness Brightness of the images :type: NDArray[np.float16] .. attribute:: contrast Image contrast ratio :type: NDArray[np.float16] .. attribute:: darkness Darkness of the images :type: NDArray[np.float16] .. attribute:: missing Percentage of the images with missing pixels :type: NDArray[np.float16] .. attribute:: sharpness Sharpness of the images :type: NDArray[np.float16] .. attribute:: zeros Percentage of the images with zero value pixels :type: NDArray[np.float16] .. attribute:: percentiles Percentiles of the pixel values of the images with quartiles of (0, 25, 50, 75, 100) :type: NDArray[np.float16]