Question: In DBSCAN, what does the term \'epsilon\' refer to?
Options:
Correct Answer: The maximum distance between two points to be considered in the same cluster
Solution:
\'Epsilon\' defines the maximum distance between two points for them to be considered part of the same cluster in DBSCAN.