I have a Set of lets say 100 points. And the distance of a point from any other point is given. Which means I have 100x100 dataset giving me distance of each of the 100 points from all the other 100 points. I want to form clusters from this dataset based on the condition that distance between any two points in a cluster should not be greater than x(where x can be for example 25kms.).
I am new to clustering and data science. Please guide me how to solve this problem. What libraries can most efficiently solve this problem. Any help will be appreciated. :)