dataeval.detectors.ood.OODOutput ================================ .. py:class:: dataeval.detectors.ood.OODOutput Output class for predictions from out-of-distribution detectors. .. attribute:: is_ood Array of images that are detected as :term:Out-of-Distribution (OOD)` :type: NDArray .. attribute:: instance_score Instance score of the evaluated dataset :type: NDArray .. attribute:: feature_score Feature score, if available, of the evaluated dataset :type: NDArray | None