Open lindelwa122 opened 1 month ago
The input must consist of a dataset and an instance. The function should iterate over the dataset and return True if the instance exists within the dataset, and False otherwise.
True
False
The input must consist of a dataset and an instance. The function should iterate over the dataset and return
True
if the instance exists within the dataset, andFalse
otherwise.