I need to cluster (or group) large one dimensional data sets into a set of fixed bins. I started out using K-means, but I want to look into other approaches. Two that I have found are Mean Shift and KDE, but when I actually looked into the details, they were both Parzen window non parametric estimators.
Is there a difference between the two?
Also does DBSCAN do the same thing as well?