I have a set containing thousands of addresses. Assuming I can get the longitude and latitude of each address, how would I go about splitting the set into groups by proximity?
Further, I may want to retry the 'clustering' according to different rules:
- N groups
- M addresses per group
- maximum distance between any address in a group
Advice?