-
Notifications
You must be signed in to change notification settings - Fork 120
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
Unnecessary check of dimensions for input? #280
Comments
Bump on this, I don't have a lot of experience with DBSCAN, but I don't understand the point of this exception.
|
I was assuming that the error was added because incorrect results can be produced if the number of dimensions is greater than the number of points present. So by "trivial clustering" I meant "each point is a cluster". or an empty set if |
Thank you for the report! |
Is this check necessary?
Would be nicer to emit a trivial clustering rather than to error.
Clustering.jl/src/dbscan.jl
Line 104 in 74d5d43
The text was updated successfully, but these errors were encountered: