dataeval.detectors.ood.OODScoreOutput ===================================== .. py:class:: dataeval.detectors.ood.OODScoreOutput Output class for instance and feature scores from out-of-distribution detectors. :param instance_score: Instance score of the evaluated dataset. :type instance_score: NDArray :param feature_score: Feature score, if available, of the evaluated dataset. :type feature_score: NDArray | None, default None .. py:method:: get(ood_type) Returns either the instance or feature score :param ood_type: :type ood_type: "instance" | "feature" :returns: Either the instance or feature score based on input selection :rtype: NDArray