I am using ELKI in order to perform location clustering with DBSCAN and OPTICS. My data set include 30 participants but it is not labeled but I do have pair of coordinates (e.g. home, work, etc) as each participant's frequent places.
I want to know that these pair of coordinates belong to which cluster (for each person). One of the way is to check each pair against each of the cluster manually using some minimum distance threshold.
What could be the better way to achieve this?