-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
When I change number of samples to 20 in the code,
db = DBSCAN(eps=epsilon, min_samples=20, algorithm='ball_tree', metric='haversine').fit(np.radians(coords))
I am getting the error, IndexError: list index out of range on the line in get_centermost_point(cluster)
----> 2 centroid = (MultiPoint(cluster).centroid.x, MultiPoint(cluster).centroid.y)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels