DensityPeakCluster
DensityPeakCluster copied to clipboard
A cluster framework for 'Clustering by fast search and find of density peaks' in science 2014.
At line no 56 version = versiontuple(sklearn_version)[1] > 14 --->if version[0] > 0 or version[1] > 14: mds = manifold.MDS(max_iter=200, eps=1e-4, n_init=1, dissimilarity='precomputed') It is showing an error: TypeError: 'bool'...
How to automatic detection of peakID?
A serious bug in [cluster.py](https://github.com/jasonwbw/DensityPeakCluster/blob/master/cluster.py#L193-L200) from line 193 to line 200 First, when assign points to the cluster they belong to, we should start from the points with higher local...
Now, the color to choose in plot_utils.py is limit to 7, so we can just plot the cluster size less than 7.