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
Hey there, thanks for the issue. Can you provide a sample of your data for me to work with? (Or would randomly creating values between 100 to 8500 suffice?)
This data is a double[], where each value is a "foot above sea level". We might have 14,000 values, spanning from 100 feet to 8500 feet (for example).
We are evaluating dbscan and meanshift as a way to detect clusters in this data, even though it is only 1 dimensional.
This does work, but we have tried using different Distances found in this class:
com.clust4j.metrics.pairwise.Distance
However switching the Distances has no effect on the clustering results. We get the same clustering regardless of which Distance is used.
Does that sound normal or am I missing something and using the library incorrectly?
Thanks!
The text was updated successfully, but these errors were encountered: