Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Cluster operation #2

Open
darcular opened this issue Jul 9, 2017 · 1 comment
Open

Question about Cluster operation #2

darcular opened this issue Jul 9, 2017 · 1 comment
Assignees

Comments

@darcular
Copy link

darcular commented Jul 9, 2017

Hi, Thank you for this great application. I am using it for clustering certain geospatial data with lon/lat. I have a question about the unit of epsilon parameter in your DBSCAN implementation. If I want to set 0.5 km for eps, should I calculate the epsilon by 0.5 / kms_per_radian ? I have tried it and got memory overflow or exceed kryoserializer buffer size. I think the reason is the CellSize for BSPartitioner is too small due to the input epsilon value.

@hag0r
Copy link
Member

hag0r commented Jul 13, 2017

Hi, sorry for the delay.
I have to check this. Can you provide some sample data and also your input parameters for DBSCAN?
But, yes the unit depends on the units of your point coordinates.

@hag0r hag0r self-assigned this Jul 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants