You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump on this, I don't have a lot of experience with DBSCAN, but I don't understand the point of this exception.
From what I can determine, the code should excecute without this check.
Not sure if I would call clustering any more trivial in this case, consider that expanding dim from 1 to 100 does not change the original inherent problem of deciding if the 2 points are close together or not (assuming a version of dbscan that ignores this check):
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 min_cluster_size is greater than 1.
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: