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.

property meta : ExecutionMetadata

Metadata about the execution of the function or method for the Output class.

Return type:

ExecutionMetadata