dataeval.detectors.linters.ClustererOutput ========================================== .. py:class:: dataeval.detectors.linters.ClustererOutput Output class for :class:`Clusterer` lint detector .. attribute:: outliers Indices that do not fall within a cluster :type: List[int] .. attribute:: potential_outliers Indices which are near the border between belonging in the cluster and being an outlier :type: List[int] .. attribute:: duplicates Groups of indices that are exact :term:`duplicates` :type: List[List[int]] .. attribute:: potential_duplicates Groups of indices which are not exact but closely related data points :type: List[List[int]]