dataeval.detectors.linters.DuplicatesOutput

class dataeval.detectors.linters.DuplicatesOutput

Output class for Duplicates lint detector.

exact

Indices of images that are exact matches

Type:

list[list[int] | dict[int, list[int]]]

near

Indices of images that are near matches

Type:

list[list[int] | dict[int, list[int]]]

- For a single dataset, indices are returned as a list of index groups.
- 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.

dict()

Output attributes as a dictionary.

Return type:

dict[str, Any]

meta()

Execution metadata as a dictionary.

Return type:

dict[str, Any]