dataeval.detectors.linters.DuplicatesOutput =========================================== .. py:class:: dataeval.detectors.linters.DuplicatesOutput Output class for :class:`Duplicates` lint detector .. attribute:: exact Indices of images that are exact matches :type: list[list[int] | dict[int, list[int]]] .. attribute:: near Indices of images that are near matches :type: list[list[int] | dict[int, list[int]]] .. attribute:: - For a single dataset, indices are returned as a list of index groups. .. attribute:: - For multiple datasets, indices are returned as dictionaries where the key is the index of the dataset, and the value is the list index groups from that dataset.