I use DBSCAN implementation from scikit-learn library and I got strange results. The number of estimated clusters increased with the increase of parameter MinPts (min_samples) and from my understanding of algorithm this should not happend. l
I use DBSCAN implementation from scikit-learn library and I got strange results. The number of estimated clusters increased with the increase of parameter MinPts (min_samples) and from my understanding of algorithm this should not happend. l