-
使用sklearn方式在python中实现密度峰值聚类算法(dpca)
资源介绍
密度峰聚类算法
sklearn方式的python实现。
文档
概述
class DensityPeakCluster ( object ):
"""
Density Peak Cluster.
Methods:
fit: fit model
plot: plot clustering
Attributes:
n_id: data row count
distance: each id distance
dc: threshold of density cut off
rho: each id density
nneigh: each id min upper density nearest neighbor
delta: each
- 上一篇: ECCpython实现
- 下一篇: RSA 公钥加密-私钥解密